home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / MPW / GCC 1.37.1r15 / Tests / Benchmarks / defns.h next >
Encoding:
C/C++ Source or Header  |  1990-02-08  |  134 b   |  8 lines  |  [TEXT/MPS ]

  1. /* The definition of a clock tick varies... */
  2.  
  3. #ifdef macintosh
  4. #define CLK_TCK 60
  5. #else
  6. #define CLK_TCK 1000
  7. #endif /* macintosh */
  8.